dvb_dev_remote_init

@brief initialize the dvb-dev to use a remote device running the dvbv5-daemon.

@param dvb pointer to struct dvb_device to be used @param server server hostname or address @param port server port

@note The protocol between the dvbv5-daemon and the dvb_dev library is highly experimental and is subject to changes in a near future. So, while this is not stable enough, you will only work if both the client and the server are running the same version of the v4l-utils library.

extern (C)
int
dvb_dev_remote_init
(,
char* server
,
int port
)

Meta